|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
PAPProcess handles and manipulates the PAP process. More...
Public Member Functions | |
| void | setSentPassword (string) |
| Sets the sent password. More... | |
| void | setSentUserName (string) |
| Sets the sent username. More... | |
| string | getSentPassword () |
| Returns the sent password. More... | |
| string | getSentUserName () |
| Returns the sent username. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
PAPProcess handles and manipulates the PAP process.
| string PAPProcess::getSentPassword | ( | ) |
Returns the sent password.
| string PAPProcess::getSentUserName | ( | ) |
Returns the sent username.
| void PAPProcess::setSentPassword | ( | string | ) |
Sets the sent password.
| password,the | sent password. |
| void PAPProcess::setSentUserName | ( | string | ) |
Sets the sent username.
| username,the | sent username. |